GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.AnnotationLink / Link Property





In This Topic
Link Property (AnnotationLink)
In This Topic
The destination of the link. Can be an uri or a page destination.
Syntax
'Declaration
 
Public Shadows Property Link As String
public new string Link {get; set;}
public read-write property Link: String; 
public hide function get,set Link : String
public: __property new string* get_Link();
public: __property new void set_Link( 
   string* value
);
public:
new property String^ Link {
   String^ get();
   void set (    String^ value);
}
Remarks
The syntax of page desinations is page:[page destination]. IE: use 'page:5' to set the target to the page 5 of the document.
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.AnnotationLink
AnnotationLink Members